gogol-core-0.1.0: Core data types and functionality for Gogol libraries.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityprovisional
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Data.Base64

Description

 

Synopsis

Documentation

newtype Base64 Source #

Base64 encoded binary data.

Encoding/decoding is automatically deferred to serialisation and deserialisation respectively.

Constructors

Base64 

Fields

Instances

Eq Base64 Source # 

Methods

(==) :: Base64 -> Base64 -> Bool #

(/=) :: Base64 -> Base64 -> Bool #

Data Base64 Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Base64 -> c Base64 #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Base64 #

toConstr :: Base64 -> Constr #

dataTypeOf :: Base64 -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Base64) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Base64) #

gmapT :: (forall b. Data b => b -> b) -> Base64 -> Base64 #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Base64 -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Base64 -> r #

gmapQ :: (forall d. Data d => d -> u) -> Base64 -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Base64 -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Base64 -> m Base64 #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Base64 -> m Base64 #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Base64 -> m Base64 #

Ord Base64 Source # 
Read Base64 Source # 
Show Base64 Source # 
Generic Base64 Source # 

Associated Types

type Rep Base64 :: * -> * #

Methods

from :: Base64 -> Rep Base64 x #

to :: Rep Base64 x -> Base64 #

ToJSON Base64 Source # 
FromJSON Base64 Source # 
Hashable Base64 Source # 

Methods

hashWithSalt :: Int -> Base64 -> Int #

hash :: Base64 -> Int #

ToHttpApiData Base64 Source # 
FromHttpApiData Base64 Source # 
type Rep Base64 Source # 
type Rep Base64 = D1 (MetaData "Base64" "Network.Google.Data.Base64" "gogol-core-0.1.0-Lh0s5cFCj8gE3dWbZzbbMr" True) (C1 (MetaCons "Base64" PrefixI True) (S1 (MetaSel (Just Symbol "unBase64") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 ByteString)))