pub enum CommandRecord {
Fence(FencingToken),
Trim(SeqNum),
}Variants§
Fence(FencingToken)
Trim(SeqNum)
Implementations§
Trait Implementations§
Source§impl Clone for CommandRecord
impl Clone for CommandRecord
Source§fn clone(&self) -> CommandRecord
fn clone(&self) -> CommandRecord
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 moreSource§impl Debug for CommandRecord
impl Debug for CommandRecord
Source§impl DeepSize for CommandRecord
impl DeepSize for CommandRecord
Source§impl Encodable for CommandRecord
impl Encodable for CommandRecord
Source§impl PartialEq for CommandRecord
impl PartialEq for CommandRecord
Source§impl TryFrom<&[u8]> for CommandRecord
impl TryFrom<&[u8]> for CommandRecord
impl Eq for CommandRecord
impl StructuralPartialEq for CommandRecord
Auto Trait Implementations§
impl Freeze for CommandRecord
impl RefUnwindSafe for CommandRecord
impl Send for CommandRecord
impl Sync for CommandRecord
impl Unpin for CommandRecord
impl UnwindSafe for CommandRecord
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