pub struct StbExtension {
pub identifier: String,
pub description: String,
}Fields§
§identifier: String§description: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for StbExtension
impl RefUnwindSafe for StbExtension
impl Send for StbExtension
impl Sync for StbExtension
impl Unpin for StbExtension
impl UnwindSafe for StbExtension
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