pub struct SnapshotCommandLogReturnObjectBuilder { /* private fields */ }Expand description
Builder for SnapshotCommandLogReturnObject.
Implementations§
Source§impl SnapshotCommandLogReturnObjectBuilder
impl SnapshotCommandLogReturnObjectBuilder
Sourcepub fn command_log(&mut self, value: Vec<Json>) -> &mut Self
pub fn command_log(&mut self, value: Vec<Json>) -> &mut Self
The array of canvas function calls.
Sourcepub fn build(
&self,
) -> Result<SnapshotCommandLogReturnObject, SnapshotCommandLogReturnObjectBuilderError>
pub fn build( &self, ) -> Result<SnapshotCommandLogReturnObject, SnapshotCommandLogReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for SnapshotCommandLogReturnObjectBuilder
impl Clone for SnapshotCommandLogReturnObjectBuilder
Source§fn clone(&self) -> SnapshotCommandLogReturnObjectBuilder
fn clone(&self) -> SnapshotCommandLogReturnObjectBuilder
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 SnapshotCommandLogReturnObjectBuilder
impl RefUnwindSafe for SnapshotCommandLogReturnObjectBuilder
impl Send for SnapshotCommandLogReturnObjectBuilder
impl Sync for SnapshotCommandLogReturnObjectBuilder
impl Unpin for SnapshotCommandLogReturnObjectBuilder
impl UnsafeUnpin for SnapshotCommandLogReturnObjectBuilder
impl UnwindSafe for SnapshotCommandLogReturnObjectBuilder
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