pub struct ShowFeattleResponse {
pub definition: FeattleDefinition,
pub history: ValueHistory,
pub last_reload: LastReload,
pub reload_failed: bool,
}
Fields§
§definition: FeattleDefinition
§history: ValueHistory
§last_reload: LastReload
§reload_failed: bool
Trait Implementations§
Source§impl Clone for ShowFeattleResponse
impl Clone for ShowFeattleResponse
Source§fn clone(&self) -> ShowFeattleResponse
fn clone(&self) -> ShowFeattleResponse
Returns a copy 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 ShowFeattleResponse
impl Debug for ShowFeattleResponse
Auto Trait Implementations§
impl Freeze for ShowFeattleResponse
impl RefUnwindSafe for ShowFeattleResponse
impl Send for ShowFeattleResponse
impl Sync for ShowFeattleResponse
impl Unpin for ShowFeattleResponse
impl UnwindSafe for ShowFeattleResponse
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