pub struct MakeSnapshotParamsBuilder { /* private fields */ }Implementations
sourceimpl MakeSnapshotParamsBuilder
 
impl MakeSnapshotParamsBuilder
pub fn layer_id(self, layer_id: impl Into<LayerId>) -> MakeSnapshotParamsBuilder
pub fn build(self) -> Result<MakeSnapshotParams, String>
Trait Implementations
sourceimpl Clone for MakeSnapshotParamsBuilder
 
impl Clone for MakeSnapshotParamsBuilder
sourcefn clone(&self) -> MakeSnapshotParamsBuilder
 
fn clone(&self) -> MakeSnapshotParamsBuilder
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Default for MakeSnapshotParamsBuilder
 
impl Default for MakeSnapshotParamsBuilder
sourcefn default() -> MakeSnapshotParamsBuilder
 
fn default() -> MakeSnapshotParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MakeSnapshotParamsBuilder
impl Send for MakeSnapshotParamsBuilder
impl Sync for MakeSnapshotParamsBuilder
impl Unpin for MakeSnapshotParamsBuilder
impl UnwindSafe for MakeSnapshotParamsBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more