pub enum RelScope {
Slide,
Layout,
Master,
}Expand description
The source part whose relationship map owns an identifier.
Variants§
Trait Implementations§
impl Copy for RelScope
impl Eq for RelScope
impl StructuralPartialEq for RelScope
Auto Trait Implementations§
impl Freeze for RelScope
impl RefUnwindSafe for RelScope
impl Send for RelScope
impl Sync for RelScope
impl Unpin for RelScope
impl UnsafeUnpin for RelScope
impl UnwindSafe for RelScope
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