pub struct OrvantaLargeFile {
pub s3: String,
}Fields§
§s3: StringImplementations§
Source§impl OrvantaLargeFile
impl OrvantaLargeFile
pub fn new(s3: String) -> OrvantaLargeFile
Trait Implementations§
Source§impl Clone for OrvantaLargeFile
impl Clone for OrvantaLargeFile
Source§fn clone(&self) -> OrvantaLargeFile
fn clone(&self) -> OrvantaLargeFile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OrvantaLargeFile
impl Debug for OrvantaLargeFile
Source§impl Default for OrvantaLargeFile
impl Default for OrvantaLargeFile
Source§fn default() -> OrvantaLargeFile
fn default() -> OrvantaLargeFile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OrvantaLargeFile
impl<'de> Deserialize<'de> for OrvantaLargeFile
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OrvantaLargeFile
impl PartialEq for OrvantaLargeFile
Source§fn eq(&self, other: &OrvantaLargeFile) -> bool
fn eq(&self, other: &OrvantaLargeFile) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for OrvantaLargeFile
impl Serialize for OrvantaLargeFile
impl StructuralPartialEq for OrvantaLargeFile
Auto Trait Implementations§
impl Freeze for OrvantaLargeFile
impl RefUnwindSafe for OrvantaLargeFile
impl Send for OrvantaLargeFile
impl Sync for OrvantaLargeFile
impl Unpin for OrvantaLargeFile
impl UnsafeUnpin for OrvantaLargeFile
impl UnwindSafe for OrvantaLargeFile
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