pub struct SizeBuilder { /* private fields */ }Expand description
Builder for Size.
Implementations§
Source§impl SizeBuilder
impl SizeBuilder
Trait Implementations§
Source§impl Clone for SizeBuilder
impl Clone for SizeBuilder
Source§fn clone(&self) -> SizeBuilder
fn clone(&self) -> SizeBuilder
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 SizeBuilder
impl RefUnwindSafe for SizeBuilder
impl Send for SizeBuilder
impl Sync for SizeBuilder
impl Unpin for SizeBuilder
impl UnsafeUnpin for SizeBuilder
impl UnwindSafe for SizeBuilder
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