pub struct CloseResult;Trait Implementations§
Source§impl Clone for CloseResult
impl Clone for CloseResult
Source§fn clone(&self) -> CloseResult
fn clone(&self) -> CloseResult
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 moreSource§impl Debug for CloseResult
impl Debug for CloseResult
Source§impl Default for CloseResult
impl Default for CloseResult
Source§fn default() -> CloseResult
fn default() -> CloseResult
Returns the “default value” for a type. Read more
impl Eq for CloseResult
Source§impl PartialEq for CloseResult
impl PartialEq for CloseResult
Source§fn eq(&self, other: &CloseResult) -> bool
fn eq(&self, other: &CloseResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CloseResult
Auto Trait Implementations§
impl Freeze for CloseResult
impl RefUnwindSafe for CloseResult
impl Send for CloseResult
impl Sync for CloseResult
impl Unpin for CloseResult
impl UnsafeUnpin for CloseResult
impl UnwindSafe for CloseResult
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