pub struct ReverseServerEntrySnapshot {
pub id: String,
pub control_bind: String,
pub state: ReverseServerStateSnapshot,
}Expand description
Plain-data snapshot for the admin endpoint.
Fields§
§id: String§control_bind: String§state: ReverseServerStateSnapshotTrait Implementations§
Source§impl Clone for ReverseServerEntrySnapshot
impl Clone for ReverseServerEntrySnapshot
Source§fn clone(&self) -> ReverseServerEntrySnapshot
fn clone(&self) -> ReverseServerEntrySnapshot
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 ReverseServerEntrySnapshot
impl Debug for ReverseServerEntrySnapshot
Auto Trait Implementations§
impl Freeze for ReverseServerEntrySnapshot
impl RefUnwindSafe for ReverseServerEntrySnapshot
impl Send for ReverseServerEntrySnapshot
impl Sync for ReverseServerEntrySnapshot
impl Unpin for ReverseServerEntrySnapshot
impl UnsafeUnpin for ReverseServerEntrySnapshot
impl UnwindSafe for ReverseServerEntrySnapshot
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