pub struct NextProperties { /* private fields */ }
Implementations§
Source§impl NextProperties
impl NextProperties
pub fn server(&self) -> &ServerProperties
pub fn messages(&self) -> Option<&MessageSourceProperties>
pub fn appliation(&self) -> Option<&AppliationProperties>
pub fn logger(&self) -> Option<&LoggerProperties>
pub fn security(&self) -> Option<&SecurityProperties>
Trait Implementations§
Source§impl Clone for NextProperties
impl Clone for NextProperties
Source§fn clone(&self) -> NextProperties
fn clone(&self) -> NextProperties
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NextProperties
impl Debug for NextProperties
Source§impl Default for NextProperties
impl Default for NextProperties
Source§fn default() -> NextProperties
fn default() -> NextProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NextProperties
impl<'de> Deserialize<'de> for NextProperties
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 NextProperties
impl RefUnwindSafe for NextProperties
impl Send for NextProperties
impl Sync for NextProperties
impl Unpin for NextProperties
impl UnwindSafe for NextProperties
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