pub struct PlaybackUrls {
pub get_playback_info: &'static str,
}Fields§
§get_playback_info: &'static strTrait Implementations§
Source§impl Clone for PlaybackUrls
impl Clone for PlaybackUrls
Source§fn clone(&self) -> PlaybackUrls
fn clone(&self) -> PlaybackUrls
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 PlaybackUrls
impl Debug for PlaybackUrls
impl Copy for PlaybackUrls
Auto Trait Implementations§
impl Freeze for PlaybackUrls
impl RefUnwindSafe for PlaybackUrls
impl Send for PlaybackUrls
impl Sync for PlaybackUrls
impl Unpin for PlaybackUrls
impl UnwindSafe for PlaybackUrls
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