pub struct GetObjectOption {}Trait Implementations§
Source§impl Default for GetObjectOption
impl Default for GetObjectOption
Source§fn default() -> GetObjectOption
fn default() -> GetObjectOption
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetObjectOption
impl RefUnwindSafe for GetObjectOption
impl Send for GetObjectOption
impl Sync for GetObjectOption
impl Unpin for GetObjectOption
impl UnsafeUnpin for GetObjectOption
impl UnwindSafe for GetObjectOption
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