Struct lemmy_help::Rename
source · [−]Fields
func: bool
Prefix function
name with ---@mod
name
alias: bool
Prefix ---@alias
tag with return/---@mod
name
class: bool
Prefix —@class tag with return/—@mod name
type: bool
Prefix ---@type
tag with ---@mod
name
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Rename
impl Send for Rename
impl Sync for Rename
impl Unpin for Rename
impl UnwindSafe for Rename
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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