Trait SymbolWithReadOnly

Source
pub trait SymbolWithReadOnly {
    // Required methods
    fn readonly(&self) -> Option<ReadOnly>;
    fn is_readonly(&self) -> bool;
    fn is_not_readonly(&self) -> bool;
}
Expand description

A WebIDL symbol that may have a readonly modifier

Required Methods§

Implementations on Foreign Types§

Source§

impl<'a> SymbolWithReadOnly for AttributeInterfaceMember<'a>

Source§

impl<'a> SymbolWithReadOnly for MaplikeInterfaceMember<'a>

Source§

impl<'a> SymbolWithReadOnly for SetlikeInterfaceMember<'a>

Source§

impl<'a> SymbolWithReadOnly for AttributeMixinMember<'a>

Implementors§