Struct midgard_rs::ActionList
source · pub struct ActionList { /* private fields */ }Implementations§
source§impl ActionList
impl ActionList
pub const fn get_actions(&self) -> &Actions
pub const fn get_count(&self) -> &Option<i64>
pub const fn get_meta(&self) -> &PageTokens
Trait Implementations§
source§impl Clone for ActionList
impl Clone for ActionList
source§fn clone(&self) -> ActionList
fn clone(&self) -> ActionList
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 ActionList
impl Debug for ActionList
source§impl Default for ActionList
impl Default for ActionList
source§fn default() -> ActionList
fn default() -> ActionList
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ActionList
impl<'de> Deserialize<'de> for ActionList
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 ActionList
impl RefUnwindSafe for ActionList
impl Send for ActionList
impl Sync for ActionList
impl Unpin for ActionList
impl UnwindSafe for ActionList
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