pub struct NewTrailerArg {
pub text: String,
pub where_: TrailerWhere,
pub if_exists: TrailerIfExists,
pub if_missing: TrailerIfMissing,
}Fields§
§text: String§where_: TrailerWhere§if_exists: TrailerIfExists§if_missing: TrailerIfMissingTrait Implementations§
Source§impl Clone for NewTrailerArg
impl Clone for NewTrailerArg
Source§fn clone(&self) -> NewTrailerArg
fn clone(&self) -> NewTrailerArg
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 moreAuto Trait Implementations§
impl Freeze for NewTrailerArg
impl RefUnwindSafe for NewTrailerArg
impl Send for NewTrailerArg
impl Sync for NewTrailerArg
impl Unpin for NewTrailerArg
impl UnsafeUnpin for NewTrailerArg
impl UnwindSafe for NewTrailerArg
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