pub struct PhotoSizeBuilder { /* private fields */ }Expand description
Builder for the PhotoSize structure
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PhotoSizeBuilder
impl RefUnwindSafe for PhotoSizeBuilder
impl Send for PhotoSizeBuilder
impl Sync for PhotoSizeBuilder
impl Unpin for PhotoSizeBuilder
impl UnwindSafe for PhotoSizeBuilder
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