pub struct SimplePrefix {}Expand description
S3 SimplePrefix.
Trait Implementations§
Source§impl Clone for SimplePrefix
impl Clone for SimplePrefix
Source§fn clone(&self) -> SimplePrefix
fn clone(&self) -> SimplePrefix
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SimplePrefix
impl Debug for SimplePrefix
Source§impl Default for SimplePrefix
impl Default for SimplePrefix
Source§fn default() -> SimplePrefix
fn default() -> SimplePrefix
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SimplePrefix
impl RefUnwindSafe for SimplePrefix
impl Send for SimplePrefix
impl Sync for SimplePrefix
impl Unpin for SimplePrefix
impl UnsafeUnpin for SimplePrefix
impl UnwindSafe for SimplePrefix
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