pub struct StationSessionTarget { /* private fields */ }Implementations§
Source§impl StationSessionTarget
impl StationSessionTarget
pub fn new(device_id: DeviceId, generation: SessionGeneration) -> Self
Trait Implementations§
Source§impl Clone for StationSessionTarget
impl Clone for StationSessionTarget
Source§fn clone(&self) -> StationSessionTarget
fn clone(&self) -> StationSessionTarget
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 StationSessionTarget
impl Debug for StationSessionTarget
impl Eq for StationSessionTarget
Source§impl PartialEq for StationSessionTarget
impl PartialEq for StationSessionTarget
impl StructuralPartialEq for StationSessionTarget
Auto Trait Implementations§
impl Freeze for StationSessionTarget
impl RefUnwindSafe for StationSessionTarget
impl Send for StationSessionTarget
impl Sync for StationSessionTarget
impl Unpin for StationSessionTarget
impl UnsafeUnpin for StationSessionTarget
impl UnwindSafe for StationSessionTarget
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