Enum plex_api::sharing::ShareableLibrary
source · pub enum ShareableLibrary<'a> {
Library(&'a Library),
LibraryId(&'a str),
}Variants§
Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more