Enum google_cloud_storage::sign::SignedURLError
source · pub enum SignedURLError {
InvalidOption(&'static str),
ParseError(ParseError),
CertError(String),
SignBlob(Error),
}Variants§
Trait Implementations§
source§impl Debug for SignedURLError
impl Debug for SignedURLError
source§impl Display for SignedURLError
impl Display for SignedURLError
source§impl Error for SignedURLError
impl Error for SignedURLError
source§fn 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 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<Error> for SignedURLError
impl From<Error> for SignedURLError
source§impl From<ParseError> for SignedURLError
impl From<ParseError> for SignedURLError
source§fn from(source: ParseError) -> Self
fn from(source: ParseError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SignedURLError
impl !RefUnwindSafe for SignedURLError
impl Send for SignedURLError
impl Sync for SignedURLError
impl Unpin for SignedURLError
impl !UnwindSafe for SignedURLError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more