pub struct LayerDirectionRule;Implementations§
Source§impl LayerDirectionRule
impl LayerDirectionRule
pub fn static_info() -> RuleInfo
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LayerDirectionRule
impl RefUnwindSafe for LayerDirectionRule
impl Send for LayerDirectionRule
impl Sync for LayerDirectionRule
impl Unpin for LayerDirectionRule
impl UnsafeUnpin for LayerDirectionRule
impl UnwindSafe for LayerDirectionRule
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