pub struct SlideRef {
pub id: u32,
pub r_id: String,
}Expand description
Slide reference in presentation
Fields§
§id: u32§r_id: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for SlideRef
impl RefUnwindSafe for SlideRef
impl Send for SlideRef
impl Sync for SlideRef
impl Unpin for SlideRef
impl UnsafeUnpin for SlideRef
impl UnwindSafe for SlideRef
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