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