pub struct GetTeamStylesMeta {
pub styles: Vec<PublishedStyle>,
pub cursor: Option<Box<ResponseCursor>>,
}Fields§
§styles: Vec<PublishedStyle>§cursor: Option<Box<ResponseCursor>>Implementations§
Source§impl GetTeamStylesMeta
impl GetTeamStylesMeta
pub fn new(styles: Vec<PublishedStyle>) -> GetTeamStylesMeta
Trait Implementations§
Source§impl Clone for GetTeamStylesMeta
impl Clone for GetTeamStylesMeta
Source§fn clone(&self) -> GetTeamStylesMeta
fn clone(&self) -> GetTeamStylesMeta
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 GetTeamStylesMeta
impl Debug for GetTeamStylesMeta
Source§impl Default for GetTeamStylesMeta
impl Default for GetTeamStylesMeta
Source§fn default() -> GetTeamStylesMeta
fn default() -> GetTeamStylesMeta
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetTeamStylesMeta
impl<'de> Deserialize<'de> for GetTeamStylesMeta
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
Source§impl PartialEq for GetTeamStylesMeta
impl PartialEq for GetTeamStylesMeta
Source§impl Serialize for GetTeamStylesMeta
impl Serialize for GetTeamStylesMeta
impl StructuralPartialEq for GetTeamStylesMeta
Auto Trait Implementations§
impl Freeze for GetTeamStylesMeta
impl RefUnwindSafe for GetTeamStylesMeta
impl Send for GetTeamStylesMeta
impl Sync for GetTeamStylesMeta
impl Unpin for GetTeamStylesMeta
impl UnwindSafe for GetTeamStylesMeta
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