Enum xmpp_parsers::bookmarks2::Autojoin
source · pub enum Autojoin {
True,
False,
}
Expand description
Whether a conference bookmark should be joined automatically.
Variants§
True
True value, represented by either ‘true’ or ‘1’.
False
False value, represented by either ‘false’ or ‘0’.
Trait Implementations§
source§impl AsXmlText for Autojoin
impl AsXmlText for Autojoin
source§impl IntoAttributeValue for Autojoin
impl IntoAttributeValue for Autojoin
source§fn into_attribute_value(self) -> Option<String>
fn into_attribute_value(self) -> Option<String>
Turns this into an attribute string, or None if it shouldn’t be added.
source§impl PartialEq for Autojoin
impl PartialEq for Autojoin
impl StructuralPartialEq for Autojoin
Auto Trait Implementations§
impl Freeze for Autojoin
impl RefUnwindSafe for Autojoin
impl Send for Autojoin
impl Sync for Autojoin
impl Unpin for Autojoin
impl UnwindSafe for Autojoin
Blanket Implementations§
§impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)