pub struct BatchOperationIdentityMaterializationSnapshot { /* private fields */ }Implementations§
Source§impl BatchOperationIdentityMaterializationSnapshot
impl BatchOperationIdentityMaterializationSnapshot
pub const fn logical_nodes(self) -> u32
pub const fn materialized_nodes(self) -> u32
pub const fn full_participant_projection(self) -> bool
Trait Implementations§
Source§impl Clone for BatchOperationIdentityMaterializationSnapshot
impl Clone for BatchOperationIdentityMaterializationSnapshot
Source§fn clone(&self) -> BatchOperationIdentityMaterializationSnapshot
fn clone(&self) -> BatchOperationIdentityMaterializationSnapshot
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 moreimpl Copy for BatchOperationIdentityMaterializationSnapshot
impl Eq for BatchOperationIdentityMaterializationSnapshot
impl StructuralPartialEq for BatchOperationIdentityMaterializationSnapshot
Auto Trait Implementations§
impl Freeze for BatchOperationIdentityMaterializationSnapshot
impl RefUnwindSafe for BatchOperationIdentityMaterializationSnapshot
impl Send for BatchOperationIdentityMaterializationSnapshot
impl Sync for BatchOperationIdentityMaterializationSnapshot
impl Unpin for BatchOperationIdentityMaterializationSnapshot
impl UnsafeUnpin for BatchOperationIdentityMaterializationSnapshot
impl UnwindSafe for BatchOperationIdentityMaterializationSnapshot
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