pub enum CloseTarget {
Statement(String),
Portal(String),
}Variants§
Trait Implementations§
Source§impl Clone for CloseTarget
impl Clone for CloseTarget
Source§fn clone(&self) -> CloseTarget
fn clone(&self) -> CloseTarget
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 CloseTarget
impl Debug for CloseTarget
impl Eq for CloseTarget
Source§impl PartialEq for CloseTarget
impl PartialEq for CloseTarget
impl StructuralPartialEq for CloseTarget
Auto Trait Implementations§
impl Freeze for CloseTarget
impl RefUnwindSafe for CloseTarget
impl Send for CloseTarget
impl Sync for CloseTarget
impl Unpin for CloseTarget
impl UnsafeUnpin for CloseTarget
impl UnwindSafe for CloseTarget
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