pub struct SlideRef {
pub part: String,
pub id: Option<u32>,
pub rel_id: String,
}Expand description
A slide as listed by the presentation.
Fields§
§part: StringThe Slide part name.
id: Option<u32>sldId/@id.
rel_id: StringThe relationship id from the presentation part.
Trait Implementations§
impl Eq for SlideRef
impl StructuralPartialEq for SlideRef
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