pub struct ProtoSystem {
pub host: Arc<String>,
/* private fields */
}Fields§
§host: Arc<String>Auto Trait Implementations§
impl Freeze for ProtoSystem
impl !RefUnwindSafe for ProtoSystem
impl Send for ProtoSystem
impl Sync for ProtoSystem
impl Unpin for ProtoSystem
impl UnsafeUnpin for ProtoSystem
impl !UnwindSafe for ProtoSystem
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