pub struct FederationOnlySessionView {
pub name: String,
pub handle: Option<String>,
pub cwd: Option<String>,
}Expand description
Sessions with no Local endpoint — shown separately so the operator knows they exist but are federation-only.
Fields§
§name: String§handle: Option<String>§cwd: Option<String>Trait Implementations§
Source§impl Clone for FederationOnlySessionView
impl Clone for FederationOnlySessionView
Source§fn clone(&self) -> FederationOnlySessionView
fn clone(&self) -> FederationOnlySessionView
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 FederationOnlySessionView
impl Debug for FederationOnlySessionView
Auto Trait Implementations§
impl Freeze for FederationOnlySessionView
impl RefUnwindSafe for FederationOnlySessionView
impl Send for FederationOnlySessionView
impl Sync for FederationOnlySessionView
impl Unpin for FederationOnlySessionView
impl UnsafeUnpin for FederationOnlySessionView
impl UnwindSafe for FederationOnlySessionView
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