Struct fluid_parser::ast::DeclProps
source · pub struct DeclProps {
pub visibility: Visibility,
pub global: Option<bool>,
pub local: Option<bool>,
}
Fields
visibility: Visibility
global: Option<bool>
local: Option<bool>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DeclProps
impl Send for DeclProps
impl Sync for DeclProps
impl Unpin for DeclProps
impl UnwindSafe for DeclProps
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more