Struct xmpp_parsers::cert_management::Resource
source · pub struct Resource(pub String);
Expand description
One resource currently using a certificate.
Tuple Fields§
§0: String
Trait Implementations§
source§impl PartialEq for Resource
impl PartialEq for Resource
source§impl TryFrom<Element> for Resource
impl TryFrom<Element> for Resource
§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
impl Eq for Resource
impl StructuralPartialEq for Resource
Auto Trait Implementations§
impl Freeze for Resource
impl RefUnwindSafe for Resource
impl Send for Resource
impl Sync for Resource
impl Unpin for Resource
impl UnwindSafe for Resource
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