pub struct MessageDkS3 { /* private fields */ }Expand description
A complete Hint Message that could be found in Dark Souls III. 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 MessageDkS3
impl Display for MessageDkS3
Auto Trait Implementations§
impl Freeze for MessageDkS3
impl RefUnwindSafe for MessageDkS3
impl Send for MessageDkS3
impl Sync for MessageDkS3
impl Unpin for MessageDkS3
impl UnwindSafe for MessageDkS3
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