Struct libcoreinst::source::StreamLocation
source · pub struct StreamLocation { /* private fields */ }Implementations§
Trait Implementations§
source§impl Debug for StreamLocation
impl Debug for StreamLocation
source§impl Display for StreamLocation
impl Display for StreamLocation
source§impl ImageLocation for StreamLocation
impl ImageLocation for StreamLocation
fn sources(&self) -> Result<Vec<ImageSource>>
fn require_signature(&self) -> bool
Auto Trait Implementations§
impl RefUnwindSafe for StreamLocation
impl Send for StreamLocation
impl Sync for StreamLocation
impl Unpin for StreamLocation
impl UnwindSafe for StreamLocation
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