pub struct UnlinkOptions {
pub flags: Option<UnlinkFlags>,
}
Fields§
§flags: Option<UnlinkFlags>
Trait Implementations§
Source§impl Clone for UnlinkOptions
impl Clone for UnlinkOptions
Source§fn clone(&self) -> UnlinkOptions
fn clone(&self) -> UnlinkOptions
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 UnlinkOptions
impl Debug for UnlinkOptions
Source§impl Encodable for UnlinkOptions
impl Encodable for UnlinkOptions
Source§type Encoded = WireUnlinkOptions
type Encoded = WireUnlinkOptions
The wire type for the value.
§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
encoding instead of calling
encode
. Read moreSource§impl<___E> Encode<___E> for UnlinkOptionswhere
___E: Encoder + ?Sized,
impl<___E> Encode<___E> for UnlinkOptionswhere
___E: Encoder + ?Sized,
Source§impl TakeFrom<WireUnlinkOptions> for UnlinkOptions
impl TakeFrom<WireUnlinkOptions> for UnlinkOptions
Source§fn take_from(from: &WireUnlinkOptions) -> Self
fn take_from(from: &WireUnlinkOptions) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreAuto Trait Implementations§
impl Freeze for UnlinkOptions
impl RefUnwindSafe for UnlinkOptions
impl Send for UnlinkOptions
impl Sync for UnlinkOptions
impl Unpin for UnlinkOptions
impl UnwindSafe for UnlinkOptions
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