pub struct XlogLayerHandle { /* private fields */ }Expand description
Handle used to toggle a running XlogLayer.
Implementations§
Source§impl XlogLayerHandle
impl XlogLayerHandle
Trait Implementations§
Source§impl Clone for XlogLayerHandle
impl Clone for XlogLayerHandle
Source§fn clone(&self) -> XlogLayerHandle
fn clone(&self) -> XlogLayerHandle
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 XlogLayerHandle
impl !RefUnwindSafe for XlogLayerHandle
impl Send for XlogLayerHandle
impl Sync for XlogLayerHandle
impl Unpin for XlogLayerHandle
impl UnsafeUnpin for XlogLayerHandle
impl !UnwindSafe for XlogLayerHandle
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