pub struct SrvTarget(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Ord for SrvTarget
impl Ord for SrvTarget
Source§impl PartialOrd for SrvTarget
impl PartialOrd for SrvTarget
Source§impl StaticType for SrvTarget
impl StaticType for SrvTarget
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for SrvTarget
impl StructuralPartialEq for SrvTarget
Auto Trait Implementations§
impl Freeze for SrvTarget
impl RefUnwindSafe for SrvTarget
impl !Send for SrvTarget
impl !Sync for SrvTarget
impl Unpin for SrvTarget
impl UnwindSafe for SrvTarget
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