pub struct VRESOURCE;Expand description
The VRESOURCE component marker.
Trait Implementations§
Source§impl IcalComponentSpec for VRESOURCE
impl IcalComponentSpec for VRESOURCE
Source§const KIND: IcalComponentKind = IcalComponentKind::VResource
const KIND: IcalComponentKind = IcalComponentKind::VResource
The component this spec describes.
Source§fn allowed_children() -> &'static [IcalComponentKind]
fn allowed_children() -> &'static [IcalComponentKind]
The child components this one may directly nest.
Source§fn required_props() -> &'static [IcalPropKind]
fn required_props() -> &'static [IcalPropKind]
The properties this component requires.
Auto Trait Implementations§
impl Freeze for VRESOURCE
impl RefUnwindSafe for VRESOURCE
impl Send for VRESOURCE
impl Sync for VRESOURCE
impl Unpin for VRESOURCE
impl UnsafeUnpin for VRESOURCE
impl UnwindSafe for VRESOURCE
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