Enum google_cloud_storage::sign::SignedURLError
source · [−]pub enum SignedURLError {
InvalidOption(&'static str),
ParseError(ParseError),
CertError(String),
CredentialError(Error),
MetadataError(Error),
SignBlob(Error),
}Variants
InvalidOption(&'static str)
ParseError(ParseError)
CertError(String)
CredentialError(Error)
MetadataError(Error)
SignBlob(Error)
Trait Implementations
sourceimpl Debug for SignedURLError
impl Debug for SignedURLError
sourceimpl Display for SignedURLError
impl Display for SignedURLError
sourceimpl Error for SignedURLError
impl Error for SignedURLError
sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl From<Error> for SignedURLError
impl From<Error> for SignedURLError
sourceimpl From<Error> for SignedURLError
impl From<Error> for SignedURLError
sourceimpl From<Error> for SignedURLError
impl From<Error> for SignedURLError
sourceimpl From<ParseError> for SignedURLError
impl From<ParseError> for SignedURLError
sourcefn from(source: ParseError) -> Self
fn from(source: ParseError) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for SignedURLError
impl Send for SignedURLError
impl Sync for SignedURLError
impl Unpin for SignedURLError
impl !UnwindSafe for SignedURLError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more