pub struct ImageCommitOptions {
pub freeze: bool,
}Fields§
§freeze: boolTrait Implementations§
Source§impl Clone for ImageCommitOptions
impl Clone for ImageCommitOptions
Source§fn clone(&self) -> ImageCommitOptions
fn clone(&self) -> ImageCommitOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ImageCommitOptions
impl Debug for ImageCommitOptions
Source§impl Default for ImageCommitOptions
impl Default for ImageCommitOptions
Source§fn default() -> ImageCommitOptions
fn default() -> ImageCommitOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ImageCommitOptions
impl RefUnwindSafe for ImageCommitOptions
impl Send for ImageCommitOptions
impl Sync for ImageCommitOptions
impl Unpin for ImageCommitOptions
impl UnsafeUnpin for ImageCommitOptions
impl UnwindSafe for ImageCommitOptions
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