Struct RequestedPlaylistSongsRequest
pub struct RequestedPlaylistSongsRequest {
pub id: String,
pub refresh: bool,
pub page_token: Option<String>,
}Fields§
§id: String§refresh: bool§page_token: Option<String>Implementations§
§impl RequestedPlaylistSongsRequest
impl RequestedPlaylistSongsRequest
pub fn page_token(&self) -> &str
pub fn page_token(&self) -> &str
Returns the value of page_token, or the default value if page_token is unset.
Trait Implementations§
§impl Clone for RequestedPlaylistSongsRequest
impl Clone for RequestedPlaylistSongsRequest
§fn clone(&self) -> RequestedPlaylistSongsRequest
fn clone(&self) -> RequestedPlaylistSongsRequest
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for RequestedPlaylistSongsRequest
impl Debug for RequestedPlaylistSongsRequest
§impl Default for RequestedPlaylistSongsRequest
impl Default for RequestedPlaylistSongsRequest
§fn default() -> RequestedPlaylistSongsRequest
fn default() -> RequestedPlaylistSongsRequest
Returns the “default value” for a type. Read more
§impl Message for RequestedPlaylistSongsRequest
impl Message for RequestedPlaylistSongsRequest
§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
Encodes the message to a buffer. Read more
§fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Encodes the message to a newly allocated buffer.
§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
Encodes the message with a length-delimiter to a buffer. Read more
§fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Encodes the message with a length-delimiter to a newly allocated buffer.
§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Decodes an instance of the message from a buffer. Read more
§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Decodes a length-delimited instance of the message from the buffer.
§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
Decodes an instance of the message from a buffer, and merges it into
self. Read more§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
Decodes a length-delimited instance of the message from buffer, and
merges it into
self.§impl PartialEq for RequestedPlaylistSongsRequest
impl PartialEq for RequestedPlaylistSongsRequest
impl StructuralPartialEq for RequestedPlaylistSongsRequest
Auto Trait Implementations§
impl Freeze for RequestedPlaylistSongsRequest
impl RefUnwindSafe for RequestedPlaylistSongsRequest
impl Send for RequestedPlaylistSongsRequest
impl Sync for RequestedPlaylistSongsRequest
impl Unpin for RequestedPlaylistSongsRequest
impl UnwindSafe for RequestedPlaylistSongsRequest
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)