pub struct InboundClient {}Fields§
§id: String§email: String§enable: bool§flow: String§password: String§security: String§limit_ip: i32§total_gb: i64§expiry_time: i64§tg_id: i64§sub_id: String§comment: String§reset: i32Trait Implementations§
Source§impl Clone for InboundClient
impl Clone for InboundClient
Source§fn clone(&self) -> InboundClient
fn clone(&self) -> InboundClient
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 InboundClient
impl Debug for InboundClient
Source§impl Default for InboundClient
impl Default for InboundClient
Source§fn default() -> InboundClient
fn default() -> InboundClient
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InboundClient
impl<'de> Deserialize<'de> for InboundClient
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for InboundClient
impl RefUnwindSafe for InboundClient
impl Send for InboundClient
impl Sync for InboundClient
impl Unpin for InboundClient
impl UnsafeUnpin for InboundClient
impl UnwindSafe for InboundClient
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