pub struct OptionFlags3 {
pub change_password: bool,
pub user_instance: bool,
pub send_yukon_binary_xml: bool,
pub unknown_collation_handling: bool,
pub extension: bool,
}Expand description
LOGIN7 option flags 3.
Fields§
§change_password: boolChange password.
user_instance: boolUser instance.
send_yukon_binary_xml: boolSend YUKON binary XML.
unknown_collation_handling: boolUnknown collation handling.
extension: boolFeature extension.
Implementations§
Trait Implementations§
Source§impl Clone for OptionFlags3
impl Clone for OptionFlags3
Source§fn clone(&self) -> OptionFlags3
fn clone(&self) -> OptionFlags3
Returns a duplicate of the value. Read more
1.0.0 · 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 OptionFlags3
impl Debug for OptionFlags3
Source§impl Default for OptionFlags3
impl Default for OptionFlags3
Source§fn default() -> OptionFlags3
fn default() -> OptionFlags3
Returns the “default value” for a type. Read more
impl Copy for OptionFlags3
Auto Trait Implementations§
impl Freeze for OptionFlags3
impl RefUnwindSafe for OptionFlags3
impl Send for OptionFlags3
impl Sync for OptionFlags3
impl Unpin for OptionFlags3
impl UnwindSafe for OptionFlags3
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