Struct GetEntityOptions
pub struct GetEntityOptions {
pub artist: Option<QueryableArtist>,
pub album: Option<QueryableAlbum>,
pub genre: Option<QueryableGenre>,
pub playlist: Option<QueryablePlaylist>,
pub inclusive: Option<bool>,
}
Fields§
§artist: Option<QueryableArtist>
§album: Option<QueryableAlbum>
§genre: Option<QueryableGenre>
§playlist: Option<QueryablePlaylist>
§inclusive: Option<bool>
Trait Implementations§
§impl Clone for GetEntityOptions
impl Clone for GetEntityOptions
§fn clone(&self) -> GetEntityOptions
fn clone(&self) -> GetEntityOptions
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 more§impl Debug for GetEntityOptions
impl Debug for GetEntityOptions
§impl Default for GetEntityOptions
impl Default for GetEntityOptions
§fn default() -> GetEntityOptions
fn default() -> GetEntityOptions
Returns the “default value” for a type. Read more
§impl<'de> Deserialize<'de> for GetEntityOptions
impl<'de> Deserialize<'de> for GetEntityOptions
§fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetEntityOptions, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetEntityOptions, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Serialize for GetEntityOptions
impl Serialize for GetEntityOptions
§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for GetEntityOptions
impl RefUnwindSafe for GetEntityOptions
impl Send for GetEntityOptions
impl Sync for GetEntityOptions
impl Unpin for GetEntityOptions
impl UnwindSafe for GetEntityOptions
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