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