pub enum TransferTarget {
Uri(String),
Connection(ConnectionId),
Session(SessionId),
}Variants§
Trait Implementations§
Source§impl Clone for TransferTarget
impl Clone for TransferTarget
Source§fn clone(&self) -> TransferTarget
fn clone(&self) -> TransferTarget
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 TransferTarget
impl Debug for TransferTarget
Source§impl From<&TransferTarget> for OperationalTransferTarget
impl From<&TransferTarget> for OperationalTransferTarget
Source§fn from(target: &TransferTarget) -> Self
fn from(target: &TransferTarget) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TransferTarget
impl RefUnwindSafe for TransferTarget
impl Send for TransferTarget
impl Sync for TransferTarget
impl Unpin for TransferTarget
impl UnsafeUnpin for TransferTarget
impl UnwindSafe for TransferTarget
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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