pub enum KtVis {
Default,
Public,
Internal,
Private,
}Expand description
Visibility modifier. Public renders explicitly (matching the existing
generated style); Default renders nothing.
Variants§
Trait Implementations§
impl Copy for KtVis
impl Eq for KtVis
impl StructuralPartialEq for KtVis
Auto Trait Implementations§
impl Freeze for KtVis
impl RefUnwindSafe for KtVis
impl Send for KtVis
impl Sync for KtVis
impl Unpin for KtVis
impl UnsafeUnpin for KtVis
impl UnwindSafe for KtVis
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