pub struct WindmillLargeFile {
pub s3: String,
}
Fields§
§s3: String
Implementations§
Source§impl WindmillLargeFile
impl WindmillLargeFile
pub fn new(s3: String) -> WindmillLargeFile
Trait Implementations§
Source§impl Clone for WindmillLargeFile
impl Clone for WindmillLargeFile
Source§fn clone(&self) -> WindmillLargeFile
fn clone(&self) -> WindmillLargeFile
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 WindmillLargeFile
impl Debug for WindmillLargeFile
Source§impl Default for WindmillLargeFile
impl Default for WindmillLargeFile
Source§fn default() -> WindmillLargeFile
fn default() -> WindmillLargeFile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WindmillLargeFile
impl<'de> Deserialize<'de> for WindmillLargeFile
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 WindmillLargeFile
impl PartialEq for WindmillLargeFile
Source§impl Serialize for WindmillLargeFile
impl Serialize for WindmillLargeFile
impl StructuralPartialEq for WindmillLargeFile
Auto Trait Implementations§
impl Freeze for WindmillLargeFile
impl RefUnwindSafe for WindmillLargeFile
impl Send for WindmillLargeFile
impl Sync for WindmillLargeFile
impl Unpin for WindmillLargeFile
impl UnwindSafe for WindmillLargeFile
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