pub struct ListFeattlesResponse {
pub definitions: Vec<FeattleDefinition>,
pub last_reload: LastReload,
pub reload_failed: bool,
}Fields§
§definitions: Vec<FeattleDefinition>§last_reload: LastReload§reload_failed: boolTrait Implementations§
Source§impl Clone for ListFeattlesResponse
impl Clone for ListFeattlesResponse
Source§fn clone(&self) -> ListFeattlesResponse
fn clone(&self) -> ListFeattlesResponse
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 ListFeattlesResponse
impl Debug for ListFeattlesResponse
Auto Trait Implementations§
impl Freeze for ListFeattlesResponse
impl RefUnwindSafe for ListFeattlesResponse
impl Send for ListFeattlesResponse
impl Sync for ListFeattlesResponse
impl Unpin for ListFeattlesResponse
impl UnwindSafe for ListFeattlesResponse
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