pub struct AdminPlaylistExportPath();
Trait Implementations§
Source§impl Clone for AdminPlaylistExportPath
impl Clone for AdminPlaylistExportPath
Source§fn clone(&self) -> AdminPlaylistExportPath
fn clone(&self) -> AdminPlaylistExportPath
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 AdminPlaylistExportPath
impl Debug for AdminPlaylistExportPath
Auto Trait Implementations§
impl Freeze for AdminPlaylistExportPath
impl RefUnwindSafe for AdminPlaylistExportPath
impl Send for AdminPlaylistExportPath
impl Sync for AdminPlaylistExportPath
impl Unpin for AdminPlaylistExportPath
impl UnwindSafe for AdminPlaylistExportPath
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