pub enum ServerBoolProperty {
AskForPrivilegekey,
Password,
Autostart,
LogClient,
LogQuery,
LogChannel,
LogPermissions,
LogServer,
LogFiletransfer,
WeblistEnabled,
}Variants§
AskForPrivilegekey
Password
Only available if requested explicitly through request_data.
Autostart
Only available if requested explicitly through request_data.
LogClient
Only available if requested explicitly through request_data.
LogQuery
Only available if requested explicitly through request_data.
LogChannel
Only available if requested explicitly through request_data.
LogPermissions
Only available if requested explicitly through request_data.
LogServer
Only available if requested explicitly through request_data.
LogFiletransfer
Only available if requested explicitly through request_data.
WeblistEnabled
Only available if requested explicitly through request_data.
Trait Implementations§
Source§impl Clone for ServerBoolProperty
impl Clone for ServerBoolProperty
Source§fn clone(&self) -> ServerBoolProperty
fn clone(&self) -> ServerBoolProperty
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 ServerBoolProperty
impl Debug for ServerBoolProperty
Source§impl Hash for ServerBoolProperty
impl Hash for ServerBoolProperty
Source§impl PartialEq for ServerBoolProperty
impl PartialEq for ServerBoolProperty
impl Copy for ServerBoolProperty
impl Eq for ServerBoolProperty
impl StructuralPartialEq for ServerBoolProperty
Auto Trait Implementations§
impl Freeze for ServerBoolProperty
impl RefUnwindSafe for ServerBoolProperty
impl Send for ServerBoolProperty
impl Sync for ServerBoolProperty
impl Unpin for ServerBoolProperty
impl UnwindSafe for ServerBoolProperty
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