pub struct DeletePointerBarrierRequest {
pub barrier: Barrier,
}
Fields§
§barrier: Barrier
Implementations§
Trait Implementations§
source§impl Clone for DeletePointerBarrierRequest
impl Clone for DeletePointerBarrierRequest
source§fn clone(&self) -> DeletePointerBarrierRequest
fn clone(&self) -> DeletePointerBarrierRequest
Returns a copy 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 DeletePointerBarrierRequest
impl Debug for DeletePointerBarrierRequest
source§impl Default for DeletePointerBarrierRequest
impl Default for DeletePointerBarrierRequest
source§fn default() -> DeletePointerBarrierRequest
fn default() -> DeletePointerBarrierRequest
Returns the “default value” for a type. Read more
impl Copy for DeletePointerBarrierRequest
impl VoidRequest for DeletePointerBarrierRequest
Auto Trait Implementations§
impl Freeze for DeletePointerBarrierRequest
impl RefUnwindSafe for DeletePointerBarrierRequest
impl Send for DeletePointerBarrierRequest
impl Sync for DeletePointerBarrierRequest
impl Unpin for DeletePointerBarrierRequest
impl UnwindSafe for DeletePointerBarrierRequest
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