pub struct currentPhaseCommitReturn {
pub _0: bool,
}Expand description
Container type for the return parameters of the currentPhaseCommit() function.
Fields§
§_0: boolTrait Implementations§
Source§impl Clone for currentPhaseCommitReturn
impl Clone for currentPhaseCommitReturn
Source§fn clone(&self) -> currentPhaseCommitReturn
fn clone(&self) -> currentPhaseCommitReturn
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 currentPhaseCommitReturn
impl Debug for currentPhaseCommitReturn
impl Eq for currentPhaseCommitReturn
Source§impl PartialEq for currentPhaseCommitReturn
impl PartialEq for currentPhaseCommitReturn
Source§fn eq(&self, other: ¤tPhaseCommitReturn) -> bool
fn eq(&self, other: ¤tPhaseCommitReturn) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for currentPhaseCommitReturn
Auto Trait Implementations§
impl Freeze for currentPhaseCommitReturn
impl RefUnwindSafe for currentPhaseCommitReturn
impl Send for currentPhaseCommitReturn
impl Sync for currentPhaseCommitReturn
impl Unpin for currentPhaseCommitReturn
impl UnsafeUnpin for currentPhaseCommitReturn
impl UnwindSafe for currentPhaseCommitReturn
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