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 Freeze for DeclProps
impl RefUnwindSafe for DeclProps
impl Send for DeclProps
impl Sync for DeclProps
impl Unpin for DeclProps
impl UnwindSafe for DeclProps
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