pub struct MessageDkS2 { /* private fields */ }
Expand description
A complete Hint Message that could be found in Dark Souls II. Consists of either one or two parts. If there are two, there will also be a Conjunction string to join them.
Trait Implementations§
Source§impl Display for MessageDkS2
impl Display for MessageDkS2
Auto Trait Implementations§
impl Freeze for MessageDkS2
impl RefUnwindSafe for MessageDkS2
impl Send for MessageDkS2
impl Sync for MessageDkS2
impl Unpin for MessageDkS2
impl UnwindSafe for MessageDkS2
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