pub struct OptionsResponse {
pub server_message: String,
pub update_period: u64,
pub nullification_period: u64,
pub tag_filter: Value,
}
Fields§
§server_message: String
§update_period: u64
§nullification_period: u64
§tag_filter: Value
Trait Implementations§
Source§impl Clone for OptionsResponse
impl Clone for OptionsResponse
Source§fn clone(&self) -> OptionsResponse
fn clone(&self) -> OptionsResponse
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 OptionsResponse
impl Debug for OptionsResponse
Auto Trait Implementations§
impl Freeze for OptionsResponse
impl RefUnwindSafe for OptionsResponse
impl Send for OptionsResponse
impl Sync for OptionsResponse
impl Unpin for OptionsResponse
impl UnwindSafe for OptionsResponse
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