Enum google_cloud_storage::sign::SignBy
source · pub enum SignBy {
PrivateKey(Vec<u8>),
SignBytes,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SignBy
impl Send for SignBy
impl Sync for SignBy
impl Unpin for SignBy
impl UnwindSafe for SignBy
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